home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / skipandgouls.swf / scripts / DefineSprite_1198 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  101 b   |  9 lines

  1. if(_global.C.nLevelPart <= 3)
  2. {
  3.    gotoAndStop("level");
  4. }
  5. else
  6. {
  7.    gotoAndStop("bonus");
  8. }
  9.